See magic number on Wiktionary
{ "coordinate_terms": [ { "_dis1": "15 17 25 24 0 0 18", "topics": [ "computing", "engineering", "mathematics", "sciences", "physical-sciences", "natural-sciences" ], "word": "magic word" } ], "forms": [ { "form": "magic numbers", "tags": [ "plural" ] } ], "head_templates": [ { "args": {}, "expansion": "magic number (plural magic numbers)", "name": "en-noun" } ], "lang": "English", "lang_code": "en", "pos": "noun", "senses": [ { "categories": [ { "kind": "topical", "langcode": "en", "name": "Nuclear physics", "orig": "en:Nuclear physics", "parents": [ "Physics", "Quantum mechanics", "Sciences", "All topics", "Fundamental" ], "source": "w" } ], "glosses": [ "The number of neutrons or protons in nuclei which are required to fill the major quantum shells, and thus produce exceptionally stable nuclei: 2, 8, 20, 28, 50, 82 and 126." ], "id": "en-magic_number-en-noun-eimK8Ez1", "links": [ [ "nuclear physics", "nuclear physics" ], [ "neutron", "neutron" ], [ "proton", "proton" ], [ "nuclei", "nuclei" ], [ "quantum", "quantum" ], [ "shell", "shell" ], [ "stable", "stable" ] ], "qualifier": "nuclear physics", "raw_glosses": [ "(nuclear physics) The number of neutrons or protons in nuclei which are required to fill the major quantum shells, and thus produce exceptionally stable nuclei: 2, 8, 20, 28, 50, 82 and 126." ] }, { "categories": [ { "kind": "topical", "langcode": "en", "name": "Sports", "orig": "en:Sports", "parents": [ "Human activity", "Human behaviour", "Human", "All topics", "Fundamental" ], "source": "w" }, { "_dis": "6 13 7 24 6 26 18", "kind": "other", "name": "English entries with incorrect language header", "parents": [ "Entries with incorrect language header", "Entry maintenance" ], "source": "w+disamb" }, { "_dis": "4 15 6 25 6 26 18", "kind": "other", "name": "Pages with 1 entry", "parents": [], "source": "w+disamb" }, { "_dis": "7 16 6 24 4 25 18", "kind": "other", "name": "Pages with entries", "parents": [], "source": "w+disamb" } ], "glosses": [ "A metric used to determine a team's required performance to make the playoffs.", "The sum of one and the wins by one team and losses by an opponent necessary for the team to ensure the opponent cannot catch it in the standings by the end of the regular season. In Major League Baseball, with a regular season of 162 games, the magic number M is calculated as M = 163 - W₁ - L₂, in which W₁ is the leading team's current win total, and L₂ is the opponent's current loss total. A magic number of 0 indicates that the trailing team cannot catch the leading team." ], "id": "en-magic_number-en-noun-8SvqtBHm", "links": [ [ "sports", "sports" ], [ "playoffs", "playoffs" ], [ "wins", "wins" ], [ "team", "team" ], [ "losses", "losses" ], [ "opponent", "opponent" ], [ "catch", "catch" ], [ "standing", "standing#Noun" ] ], "raw_glosses": [ "(sports) A metric used to determine a team's required performance to make the playoffs.", "The sum of one and the wins by one team and losses by an opponent necessary for the team to ensure the opponent cannot catch it in the standings by the end of the regular season. In Major League Baseball, with a regular season of 162 games, the magic number M is calculated as M = 163 - W₁ - L₂, in which W₁ is the leading team's current win total, and L₂ is the opponent's current loss total. A magic number of 0 indicates that the trailing team cannot catch the leading team." ], "topics": [ "hobbies", "lifestyle", "sports" ] }, { "categories": [ { "kind": "topical", "langcode": "en", "name": "Sports", "orig": "en:Sports", "parents": [ "Human activity", "Human behaviour", "Human", "All topics", "Fundamental" ], "source": "w" } ], "glosses": [ "A metric used to determine a team's required performance to make the playoffs.", "The lowest such number that assures a team a playoff berth." ], "id": "en-magic_number-en-noun-3msPDjLK", "links": [ [ "sports", "sports" ], [ "playoffs", "playoffs" ], [ "playoff berth", "playoff" ] ], "raw_glosses": [ "(sports) A metric used to determine a team's required performance to make the playoffs.", "(by extension) The lowest such number that assures a team a playoff berth." ], "tags": [ "broadly" ], "topics": [ "hobbies", "lifestyle", "sports" ] }, { "categories": [ { "kind": "topical", "langcode": "en", "name": "Computing", "orig": "en:Computing", "parents": [ "Technology", "All topics", "Fundamental" ], "source": "w" }, { "_dis": "6 13 7 24 6 26 18", "kind": "other", "name": "English entries with incorrect language header", "parents": [ "Entries with incorrect language header", "Entry maintenance" ], "source": "w+disamb" }, { "_dis": "4 15 6 25 6 26 18", "kind": "other", "name": "Pages with 1 entry", "parents": [], "source": "w+disamb" }, { "_dis": "7 16 6 24 4 25 18", "kind": "other", "name": "Pages with entries", "parents": [], "source": "w+disamb" } ], "examples": [ { "text": "We replaced the magic number 31 with a constant called MAX_DAYS_IN_MONTH." } ], "glosses": [ "A number which is manually entered into source code, rather than defined somewhere as a named constant; especially one which is arbitrary or lacks explanation." ], "id": "en-magic_number-en-noun-M0kUAHYQ", "links": [ [ "computing", "computing#Noun" ], [ "source code", "source code" ] ], "raw_glosses": [ "(computing)", "A number which is manually entered into source code, rather than defined somewhere as a named constant; especially one which is arbitrary or lacks explanation." ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "sciences" ] }, { "categories": [ { "kind": "topical", "langcode": "en", "name": "Computing", "orig": "en:Computing", "parents": [ "Technology", "All topics", "Fundamental" ], "source": "w" } ], "glosses": [ "A sentinel value which cannot occur in normal use, typically used as a placeholder (e.g. a fictitious date such as 2000-02-32)." ], "id": "en-magic_number-en-noun-cjRwr37x", "links": [ [ "computing", "computing#Noun" ], [ "sentinel", "sentinel#Noun" ] ], "raw_glosses": [ "(computing)", "A sentinel value which cannot occur in normal use, typically used as a placeholder (e.g. a fictitious date such as 2000-02-32)." ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "sciences" ] }, { "categories": [ { "kind": "topical", "langcode": "en", "name": "Computing", "orig": "en:Computing", "parents": [ "Technology", "All topics", "Fundamental" ], "source": "w" }, { "_dis": "6 13 7 24 6 26 18", "kind": "other", "name": "English entries with incorrect language header", "parents": [ "Entries with incorrect language header", "Entry maintenance" ], "source": "w+disamb" }, { "_dis": "4 15 6 25 6 26 18", "kind": "other", "name": "Pages with 1 entry", "parents": [], "source": "w+disamb" }, { "_dis": "7 16 6 24 4 25 18", "kind": "other", "name": "Pages with entries", "parents": [], "source": "w+disamb" } ], "glosses": [ "A hash code, such as those used by some webmail servers to keep track of sessions." ], "id": "en-magic_number-en-noun-0CZv47UB", "links": [ [ "computing", "computing#Noun" ], [ "hash code", "hash code" ], [ "webmail", "webmail" ] ], "raw_glosses": [ "(computing)", "A hash code, such as those used by some webmail servers to keep track of sessions." ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "sciences" ] }, { "categories": [ { "kind": "topical", "langcode": "en", "name": "Computing", "orig": "en:Computing", "parents": [ "Technology", "All topics", "Fundamental" ], "source": "w" }, { "_dis": "6 13 7 24 6 26 18", "kind": "other", "name": "English entries with incorrect language header", "parents": [ "Entries with incorrect language header", "Entry maintenance" ], "source": "w+disamb" }, { "_dis": "4 15 6 25 6 26 18", "kind": "other", "name": "Pages with 1 entry", "parents": [], "source": "w+disamb" }, { "_dis": "7 16 6 24 4 25 18", "kind": "other", "name": "Pages with entries", "parents": [], "source": "w+disamb" } ], "examples": [ { "ref": "1987 August 28, Ian Darwin, file(1)\"", "text": "These files have a \"magic number\" stored in a particular place near the beginning of the file that tells the UNIX operating system that the file is a binary executable, and which of several types thereof." } ], "glosses": [ "A number or pattern in a binary file that identifies the filetype." ], "id": "en-magic_number-en-noun-NIMb5WOs", "links": [ [ "computing", "computing#Noun" ], [ "binary", "binary#Adjective" ], [ "filetype", "filetype" ] ], "raw_glosses": [ "(computing)", "A number or pattern in a binary file that identifies the filetype." ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "sciences" ] } ], "wikipedia": [ "magic number" ], "word": "magic number" }
{ "categories": [ "English countable nouns", "English entries with incorrect language header", "English lemmas", "English multiword terms", "English nouns", "Pages with 1 entry", "Pages with entries" ], "coordinate_terms": [ { "topics": [ "computing", "engineering", "mathematics", "sciences", "physical-sciences", "natural-sciences" ], "word": "magic word" } ], "forms": [ { "form": "magic numbers", "tags": [ "plural" ] } ], "head_templates": [ { "args": {}, "expansion": "magic number (plural magic numbers)", "name": "en-noun" } ], "lang": "English", "lang_code": "en", "pos": "noun", "senses": [ { "categories": [ "en:Nuclear physics" ], "glosses": [ "The number of neutrons or protons in nuclei which are required to fill the major quantum shells, and thus produce exceptionally stable nuclei: 2, 8, 20, 28, 50, 82 and 126." ], "links": [ [ "nuclear physics", "nuclear physics" ], [ "neutron", "neutron" ], [ "proton", "proton" ], [ "nuclei", "nuclei" ], [ "quantum", "quantum" ], [ "shell", "shell" ], [ "stable", "stable" ] ], "qualifier": "nuclear physics", "raw_glosses": [ "(nuclear physics) The number of neutrons or protons in nuclei which are required to fill the major quantum shells, and thus produce exceptionally stable nuclei: 2, 8, 20, 28, 50, 82 and 126." ] }, { "categories": [ "en:Sports" ], "glosses": [ "A metric used to determine a team's required performance to make the playoffs.", "The sum of one and the wins by one team and losses by an opponent necessary for the team to ensure the opponent cannot catch it in the standings by the end of the regular season. In Major League Baseball, with a regular season of 162 games, the magic number M is calculated as M = 163 - W₁ - L₂, in which W₁ is the leading team's current win total, and L₂ is the opponent's current loss total. A magic number of 0 indicates that the trailing team cannot catch the leading team." ], "links": [ [ "sports", "sports" ], [ "playoffs", "playoffs" ], [ "wins", "wins" ], [ "team", "team" ], [ "losses", "losses" ], [ "opponent", "opponent" ], [ "catch", "catch" ], [ "standing", "standing#Noun" ] ], "raw_glosses": [ "(sports) A metric used to determine a team's required performance to make the playoffs.", "The sum of one and the wins by one team and losses by an opponent necessary for the team to ensure the opponent cannot catch it in the standings by the end of the regular season. In Major League Baseball, with a regular season of 162 games, the magic number M is calculated as M = 163 - W₁ - L₂, in which W₁ is the leading team's current win total, and L₂ is the opponent's current loss total. A magic number of 0 indicates that the trailing team cannot catch the leading team." ], "topics": [ "hobbies", "lifestyle", "sports" ] }, { "categories": [ "en:Sports" ], "glosses": [ "A metric used to determine a team's required performance to make the playoffs.", "The lowest such number that assures a team a playoff berth." ], "links": [ [ "sports", "sports" ], [ "playoffs", "playoffs" ], [ "playoff berth", "playoff" ] ], "raw_glosses": [ "(sports) A metric used to determine a team's required performance to make the playoffs.", "(by extension) The lowest such number that assures a team a playoff berth." ], "tags": [ "broadly" ], "topics": [ "hobbies", "lifestyle", "sports" ] }, { "categories": [ "en:Computing" ], "examples": [ { "text": "We replaced the magic number 31 with a constant called MAX_DAYS_IN_MONTH." } ], "glosses": [ "A number which is manually entered into source code, rather than defined somewhere as a named constant; especially one which is arbitrary or lacks explanation." ], "links": [ [ "computing", "computing#Noun" ], [ "source code", "source code" ] ], "raw_glosses": [ "(computing)", "A number which is manually entered into source code, rather than defined somewhere as a named constant; especially one which is arbitrary or lacks explanation." ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "sciences" ] }, { "categories": [ "en:Computing" ], "glosses": [ "A sentinel value which cannot occur in normal use, typically used as a placeholder (e.g. a fictitious date such as 2000-02-32)." ], "links": [ [ "computing", "computing#Noun" ], [ "sentinel", "sentinel#Noun" ] ], "raw_glosses": [ "(computing)", "A sentinel value which cannot occur in normal use, typically used as a placeholder (e.g. a fictitious date such as 2000-02-32)." ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "sciences" ] }, { "categories": [ "en:Computing" ], "glosses": [ "A hash code, such as those used by some webmail servers to keep track of sessions." ], "links": [ [ "computing", "computing#Noun" ], [ "hash code", "hash code" ], [ "webmail", "webmail" ] ], "raw_glosses": [ "(computing)", "A hash code, such as those used by some webmail servers to keep track of sessions." ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "sciences" ] }, { "categories": [ "en:Computing" ], "examples": [ { "ref": "1987 August 28, Ian Darwin, file(1)\"", "text": "These files have a \"magic number\" stored in a particular place near the beginning of the file that tells the UNIX operating system that the file is a binary executable, and which of several types thereof." } ], "glosses": [ "A number or pattern in a binary file that identifies the filetype." ], "links": [ [ "computing", "computing#Noun" ], [ "binary", "binary#Adjective" ], [ "filetype", "filetype" ] ], "raw_glosses": [ "(computing)", "A number or pattern in a binary file that identifies the filetype." ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "sciences" ] } ], "wikipedia": [ "magic number" ], "word": "magic number" }
Download raw JSONL data for magic number meaning in All languages combined (5.5kB)
This page is a part of the kaikki.org machine-readable All languages combined dictionary. This dictionary is based on structured data extracted on 2024-11-06 from the enwiktionary dump dated 2024-10-02 using wiktextract (fbeafe8 and 7f03c9b). The data shown on this site has been post-processed and various details (e.g., extra categories) removed, some information disambiguated, and additional data merged from other sources. See the raw data download page for the unprocessed wiktextract data.
If you use this data in academic research, please cite Tatu Ylonen: Wiktextract: Wiktionary as Machine-Readable Structured Data, Proceedings of the 13th Conference on Language Resources and Evaluation (LREC), pp. 1317-1325, Marseille, 20-25 June 2022. Linking to the relevant page(s) under https://kaikki.org would also be greatly appreciated.